home *** CD-ROM | disk | FTP | other *** search
/ PC Media 6 / PC MEDIA CD06.iso / share / uwin / ksedit02 / readme.txt < prev   
Encoding:
Text File  |  1995-01-01  |  5.7 KB  |  145 lines

  1. KS editor 0.1a 
  2.  
  3. copyright 1994 Erwin Petter, all rights reserved.
  4.  
  5. ************ D i s c l a i m e r 
  6.  
  7. You may distribute and copy this software freely. It cannot be sold or
  8. bundled with any commercial package without permission of the author. The
  9. author accepts no responsibility for damages resulting from the use of
  10. the program.
  11.  
  12. ************ I n t r o d u c t i o n
  13.  
  14. This is a sysex-utility for the KS32 which uses the multimedia-extensions
  15. of Windows. A simple editor for editing banks and sounds is included. The
  16. program should work with all midi-equipment that has a Windows-driver. With
  17. my Pro Audio 16 sound card everything worked well.
  18.  
  19. The Program should also work with the SQ1 or SQ2 as they are compatible.
  20.  
  21. The screen was designed for a standard VGA 640x480 using the standard 
  22. VGA driver because that is the screen that most PC-users have. 
  23.  
  24. The program can read files (sequences, banks and sounds) and 
  25. send them to your KS. It can receive sequences, sounds and banks from your
  26. KS and save them to disk. Receiving is done by request, so you don't have
  27. to press any button on your KS. 
  28.  
  29. In the program you can edit a standard sound. Drumsound editing is not
  30. implemented yet. You should be able though, to edit the effect included
  31. with the drumsound.
  32.  
  33. This program was written in Borland Turbo Pascal for Windows 1.5
  34.  
  35. ************ I n s t a l l a t i o n
  36.  
  37. Files:
  38.  
  39. With this program the following files are distributed:
  40.  
  41. KSEDITOR.EXE (The program)
  42. KS32.INI   (Put this in your Windows-directory)
  43. README.TXT (This File)
  44.  
  45. - Install the program in any program group you want (see the windows
  46.   manual). You see an icon showing the KS32-display.
  47.  
  48. - Put the file KS32.INI in your Windows-directory
  49.  
  50. - If you first enter the program, choose the midi-drivers in the menu-item
  51.   "Setup" in the Sysex-Menu.
  52.  
  53.  
  54. ************ D e s c r i p t i o n
  55.  
  56. The main screen is split up into three parts.
  57.  
  58. 1) The Bank Window. Here the names of 80 sounds are displayed in a list. If 
  59. you want to edit a sound, just doubleclick on the name. If you want to put
  60. an edited sound in the list, put the selector on the desired point and press
  61. F10 (or choose the Menu-Item). The editing-window can be used as a clipboard.
  62. You can load a default bank in the window, when starting the program. Just
  63. put the following lines in the file KS32.INI
  64.  
  65. [Bank]
  66. Defbank=C:\KS\BANK.SYX
  67.  
  68. or any file you like.
  69.  
  70. When loading a bank, the first sound is put into the editing window.
  71.  
  72. 2)The Effect and Name Window. Here you can edit the name of the sound and
  73. some other parameters which are common to each voice.
  74. In the lower part of the Window, an effect-edit region is displayed. If you
  75. change the effect, the region changes. The default-values for an effect are
  76. NOT loaded. Instead most values stay the same when you change the effect.
  77.  
  78. 3) The Voice-Edit Window. Here you can edit one of the eight properties of
  79. a voice. These are the same as the buttons on your KS. If you press one
  80. of the eigth buttons, you get a different screen. If you press one of the
  81. three voice buttons all the editing you did is converted into internal
  82. values. If an error is occurred you will get the message than. So there can
  83. be a delay between making an error and getting the message. You will have to
  84. check all of the eigth screens of the last voice to find the error. The
  85. conversion to internal values is also done before the sound is sent or
  86. saved. Instead of the wrong value, the old value is taken.
  87.  
  88.  
  89. ************ A b o u t  E d i t i n g
  90.  
  91. There are some restrictions in editing:
  92. a + before a positive number is not allowed and will cause an error.
  93. no spaces before the number are allowed.
  94. The parameters that can have negative values have a + Marker before
  95. the Editing-region.
  96. The values KEYUP for delay-time and ZONE for Keybscale must be typed as
  97. written here, in capitals, otherwise you will get an error.
  98.  
  99. ************ A b o u t   S y s e x
  100.  
  101. The number of bytes which are received is always checked. If the wrong
  102. number of bytes is received you will get an error. If you do not get
  103. an error you can be almost sure that the sound was received OK. With my
  104. system the error percentage was about 3%, especially with huge songs.
  105.  
  106. I only tried only one Sysex-file that was bigger than 64K. I don't have the
  107. memory expansion for the sequencer so I could not test sending and
  108. receiving of huge Songs extensively. I just hope it will work.
  109.  
  110. The midi-drivers can be changed in the Menu-item Setup in the Sysex-Menu. 
  111. If you change the values, these are saved in the file KS32.INI. If you don't
  112. do a Setup the program will take the first Midi-device (0). Choosing the
  113. wrong midi-driver can cause a hang-up when receiving (see known problems).
  114. If you don't have a midi-driver installed the Sysex-commands are disabled.
  115. You can still edit sounds and banks though, and save them to disk.
  116.  
  117. ************ K n o w n   P r o b l e m s:
  118.  
  119. With my system it is not possible to cancel a receive-command. I included
  120. a CANCEL-button but it won't work. I think that the midi-driver blocks all
  121. the events. At the moment I don't know a solution for this.
  122.  
  123. If you CAN cancel receive-commands please let me know.
  124.  
  125.  
  126. ************ A c k n o w l e d g e m e n t s:
  127.  
  128. I thank the ENSONIQ corporation for sending me the specifications so
  129. quickly from overseas.
  130.  
  131.  
  132. ************ Q u e s t i o n s:
  133.  
  134. Send any questions and bug reports to:
  135. petter@ibmt.fhg.de
  136. [you may also just give me your opinion on the program]
  137.  
  138. ************ Bugs fixed *********************
  139. When receiving or loading a new sound, the data of the
  140. currently selected voice was copied in voice1.
  141.  
  142. When putting a sound in the bank, the same problem occurred.
  143.  
  144. These bugs have been fixed
  145.